From 6d00dc726f58903938a686302d7649d74dc8b3a3 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 21 Feb 2014 20:38:35 +0000 Subject: [PATCH] fxload: fix build should fix broken_package reported by buildbots since Kernel 3.7 headers are located in UAPI directory Signed-off-by: Dirk Neukirchen SVN-Revision: 39656 --- utils/fxload/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fxload/Makefile b/utils/fxload/Makefile index f961d521c..93e63c116 100644 --- a/utils/fxload/Makefile +++ b/utils/fxload/Makefile @@ -28,7 +28,7 @@ endef define Build/Compile $(call Build/Compile/Default, \ - CFLAGS="$(TARGET_CFLAGS) -I$(LINUX_DIR)/include" \ + CFLAGS="$(TARGET_CFLAGS) -I$(LINUX_DIR)/$(LINUX_UAPI_DIR)include" \ ) endef -- 2.30.2